Replies to Contact CREATE and UPDATE Requests

Description of Data Fields

The replies of the .de registration system to Contact CREATE or Contact UPDATE requests comprise the data fields listed below:

K/V Keyword XML Namespace and Element Occurrence
min - max
Type / Length Value Range Description
StId tr:stid 1 token
30 - 255
stid-rule This is a Server Transaction ID (StId) which is assigned by the server. The StId ensures that the request from the provider and DENIC's reply are referenced with a globally unique ID.
CtId tr:ctid 0 - 1 token
3 - 64
Any visible Unicode character (according to Unicode version 3.1) This is the unique transaction ID which is issued by the client.
Result tr:result 1 enumeration result-erule This is the processing result:
  • success = request was executed.
  • failed = request was not executed.
  • exception = system failure. Request was not executed.
Info tr:message level="info" 0 - * normalizedString
1 - 255
message-rule "info" provides information related to the request. It includes the message code and text. You will find more detailed information in the Message Code section.
Warning tr:message level="warning" 0 - * normalizedString
1 - 255
message-rule These are warnings related to the request. They include the message code and text.
Error tr:message level="error" 0 - * normalizedString
1 - 255
message-rule These are error messages related to the request. They include the message code and text.